﻿CHARACTERS = {
	c:MCH = {
		create_character = {
			# The Daoguang Emperor
			#role = politician # Remove this line
			first_name = Daoguang
			last_name = "Aisin_Gioro" # Not used by the emperor himself but there's got to be something here
			ruler = yes
			age = 54
			culture = cu:manchu
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}

		create_character = {
			# Prince Yizhu, the future Xianfeng Emperor
			#role = politician # Remove this line
			first_name = "Yizhu"
			last_name = "Aisin_Gioro"
			heir = yes
			culture = cu:manchu
			age = 5
			interest_group = ig_landowners
			traits = {
				arrogant
			}
		}

		create_character = {
			# Keying, also known as Qiying and Kiyeng
			#role = politician # Remove this line
			first_name = "Qiying"
			last_name = "Aisin_Gioro"
			age = 51
			culture = cu:manchu
			ig_leader = yes
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				reckless
				expensive_tastes # INCREDIBLY corrupt
			}
		}
		
		create_character = { # CHI, general
			is_general = yes
			first_name = Guanwen
			last_name = Wanggiya
			culture = cu:manchu
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			birth_date = 1798.12.24 # exact date unknown
			hq = region_north_china
			commander_rank = commander_rank_3
			traits = {
				traditionalist_commander
				meticulous
			}
		}

		create_character = { # CHI, general
			is_general = yes
			first_name = Yishan
			last_name = Aisin_Gioro
			culture = cu:manchu
			interest_group = ig_landowners
			ideology = ideology_royalist
			birth_date = 1790.6.13
			hq = region_south_china
			commander_rank = commander_rank_4
			traits = {
				reckless
				alcoholic
			}
		}




		create_character = { # CHI, general 
			is_general = yes
			first_name = Buyantai
			last_name = Yanzha
			culture = cu:manchu
			interest_group = ig_landowners
			ideology = ideology_royalist
			birth_date = 1791.6.10 # exact date unknown
			hq = region_himalayas
			traits = {
				basic_colonial_administrator
				wrathful
			}
		}


	}
}
